Operator: ExponentialLinear-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = z * exp(-|z|)
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Decay-weighted linear fusion; target ≥1.30x speedup.
